Make GtkFileChooser interface require a GObject
authorAlexander Larsson <alexl@redhat.com>
Thu, 29 Oct 2015 13:55:48 +0000 (14:55 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 5 Nov 2015 15:52:52 +0000 (16:52 +0100)
commit0f6c7682b3a11d932e34a3a0bb078d9b4503de3f
tree1e115d21587108d0dad42aaf056c1fcdbb74749d
parent1c46a02bcbfd70c1323e7dc661526b92e4487a27
Make GtkFileChooser interface require a GObject

Before all GtkFileChooser implementations had to be a GtkWidget,
but we want to introduce one for native implementations that
is not a widget.

This is technically an ABI break, because some code could rely
on the guarantee that GtkFileChoosers are GtkWidgets and do
unchecked GtkWidget calls. However, that does seem unlikely,
and this has not really been documented anywhere.
NEWS
README.in
gtk/gtkfilechooser.c